'Declaration<DispIdAttribute(344)> Function NewActionGoToR( _ ByVal DestinationType As PdfDestinationType, _ ByVal FilePath As String, _ ByVal NewWindow As Boolean, _ ByVal Page As Integer, _ ByVal Left As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal Top As Single, _ ByVal Zoom As Single _ ) As Integer
[DispId(344)] int NewActionGoToR( PdfDestinationType DestinationType, string FilePath, bool NewWindow, int Page, float Left, float Right, float Bottom, float Top, float Zoom )
function NewActionGoToR(
DestinationType: PdfDestinationType;
FilePath: String;
NewWindow: Boolean;
Page: Integer;
Left: Single;
Right: Single;
Bottom: Single;
Top: Single;
Zoom: Single
): Integer;
DispIdAttribute(344) function NewActionGoToR( DestinationType : PdfDestinationType, FilePath : String, NewWindow : boolean, Page : int, Left : float, Right : float, Bottom : float, Top : float, Zoom : float ) : int;
[DispId(344)] int NewActionGoToR( PdfDestinationType DestinationType, string* FilePath, bool NewWindow, int Page, float Left, float Right, float Bottom, float Top, float Zoom )
[DispId(344)] int NewActionGoToR( PdfDestinationType DestinationType, String^ FilePath, bool NewWindow, int Page, float Left, float Right, float Bottom, float Top, float Zoom )
Parameters
- DestinationType
- FilePath
- NewWindow
- Page
- Left
- Right
- Bottom
- Top
- Zoom
